Skip to content

Adding bubblewrap and socat as these are dependencies for sandboxing.#1857

Open
dileepyavan wants to merge 3 commits intomainfrom
DileepY/image_update
Open

Adding bubblewrap and socat as these are dependencies for sandboxing.#1857
dileepyavan wants to merge 3 commits intomainfrom
DileepY/image_update

Conversation

@dileepyavan
Copy link
Copy Markdown

For sandboxing in vscode, bubblewrap and socat are dependency packages needed to be available.

Copilot AI review requested due to automatic review settings May 7, 2026 17:14
@dileepyavan dileepyavan requested a review from a team as a code owner May 7, 2026 17:14
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds bubblewrap and socat to the Universal image to satisfy sandboxing dependencies needed by VS Code, and updates the Universal test project to assert the packages are present.

Changes:

  • Install bubblewrap and socat in src/universal/.devcontainer/Dockerfile.
  • Extend the Universal test project OS package checks to include bubblewrap and socat.
Show a summary per file
File Description
src/universal/.devcontainer/Dockerfile Installs bubblewrap and socat via apt to include sandboxing dependencies in the built image.
src/universal/test-project/test-utils.sh Updates the common OS package validation list to ensure the new dependencies are installed.

Copilot's findings

Comments suppressed due to low confidence (1)

src/universal/.devcontainer/Dockerfile:64

  • src/universal/manifest.json documents the base apt packages included in the Universal image, but it currently does not list bubblewrap or socat. After adding these packages to the build, please update the manifest’s dependencies.apt list (and any related docs like the README/history if they enumerate contents) to keep the published documentation accurate.
        curl \
        gettext \
        inotify-tools \
        bubblewrap \
        socat \
  • Files reviewed: 2/2 changed files
  • Comments generated: 1

Comment thread src/universal/.devcontainer/Dockerfile Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants